From bacee14097dc55dd82c57469d517b169848552a4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 21 Feb 2005 04:24:48 +0000 Subject: [PATCH] Fix links to freedesktop.org specs in the documentation. 2005-02-20 Matthias Clasen * gtk/gtkwindow.c: * gtk/gtkclipboard.c: Fix links to freedesktop.org specs in the documentation. --- ChangeLog | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-8 | 4 ++++ docs/reference/gtk/tmpl/gtkicontheme.sgml | 2 +- gtk/gtkclipboard.c | 4 ++-- gtk/gtkwindow.c | 18 ++++++++++-------- 6 files changed, 25 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1e573a719a..4ec5a69d65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-02-20 Matthias Clasen + * gtk/gtkwindow.c: + * gtk/gtkclipboard.c: Fix links to freedesktop.org specs + in the documentation. + * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render_with_trapezoids): Set have_render_with_trapezoids to GDK_YES when we have a new enough Render extension. (#167965,Billy Biggs) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 1e573a719a..4ec5a69d65 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,9 @@ 2005-02-20 Matthias Clasen + * gtk/gtkwindow.c: + * gtk/gtkclipboard.c: Fix links to freedesktop.org specs + in the documentation. + * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render_with_trapezoids): Set have_render_with_trapezoids to GDK_YES when we have a new enough Render extension. (#167965,Billy Biggs) diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 1e573a719a..4ec5a69d65 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,9 @@ 2005-02-20 Matthias Clasen + * gtk/gtkwindow.c: + * gtk/gtkclipboard.c: Fix links to freedesktop.org specs + in the documentation. + * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render_with_trapezoids): Set have_render_with_trapezoids to GDK_YES when we have a new enough Render extension. (#167965,Billy Biggs) diff --git a/docs/reference/gtk/tmpl/gtkicontheme.sgml b/docs/reference/gtk/tmpl/gtkicontheme.sgml index fb33c6bbb8..27f1e97fce 100644 --- a/docs/reference/gtk/tmpl/gtkicontheme.sgml +++ b/docs/reference/gtk/tmpl/gtkicontheme.sgml @@ -12,7 +12,7 @@ providing a filename is to allow different icons to be used depending on what icon theme is selecetd by the user. The operation of icon themes on Linux and Unix follows the Icon +url="http://www.freedesktop.org/Standards/icon-theme-spec">Icon Theme Specification. There is a default icon theme, named hicolor where applications should install their icons, but more additional application themes can be diff --git a/gtk/gtkclipboard.c b/gtk/gtkclipboard.c index bf88e8de7a..a570b74c9d 100644 --- a/gtk/gtkclipboard.c +++ b/gtk/gtkclipboard.c @@ -260,8 +260,8 @@ clipboard_display_closed (GdkDisplay *display, * * (Passing #GDK_NONE is the same as using gdk_atom_intern * ("CLIPBOARD", FALSE). See - * http://www.freedesktop.org/standards/clipboards-spec/clipboards.txt + * url="http://www.freedesktop.org/Standards/clipboards-spec"> + * http://www.freedesktop.org/Standards/clipboards-spec * for a detailed discussion of the "CLIPBOARD" vs. "PRIMARY" * selections under the X window system. On Win32 the * #GDK_SELECTION_PRIMARY clipboard is essentially ignored.) diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index ad5d6f05e4..ecd8b34a05 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -3471,8 +3471,8 @@ gtk_window_get_size (GtkWindow *window, * gdk_screen_height () - window_height). * * The Extended Window Manager Hints specification at - * http://www.freedesktop.org/standards/wm-spec has a + * url="http://www.freedesktop.org/Standards/wm-spec"> + * http://www.freedesktop.org/Standards/wm-spec has a * nice table of gravities in the "implementation notes" section. * * The gtk_window_get_position() documentation may also be relevant. @@ -6278,9 +6278,10 @@ gtk_window_unfullscreen (GtkWindow *window) * on #GtkWidget. * * Note that, according to the Extended Window Manager Hints - * specification, the above state is mainly meant for user preferences and should not be used - * by applications e.g. for drawing attention to their dialogs. + * url="http://www.freedesktop.org/Standards/wm-spec">Extended Window + * Manager Hints specification, the above state is mainly meant + * for user preferences and should not be used by applications e.g. for + * drawing attention to their dialogs. * * Since: 2.4 **/ @@ -6331,9 +6332,10 @@ gtk_window_set_keep_above (GtkWindow *window, * on #GtkWidget. * * Note that, according to the Extended Window Manager Hints - * specification, the above state is mainly meant for user preferences and should not be used - * by applications e.g. for drawing attention to their dialogs. + * url="http://www.freedesktop.org/Standards/wm-spec">Extended Window + * Manager Hints specification, the above state is mainly meant + * for user preferences and should not be used by applications e.g. for + * drawing attention to their dialogs. * * Since: 2.4 **/ -- 2.30.2